.home002-header {
  box-shadow: 0px 5px 15px -6px rgba(15, 15, 15, 0.1);
  position: sticky;
  top: 0;
  background-color: #fff;
  overflow: hidden;
  height: 105px;
  z-index: 100;
}
.home002-header .logo {
  width: 200px;
  height: 105px;
  line-height: 105px;
}
.home002-header .logo-img {
  max-width: 270px;
  max-height: 80px;
  vertical-align: middle;
}
.home002-header .list {
  line-height: 105px;
}
.home002-header .list li {
  float: left;
  margin-left: 30px;
  color: #595959;
  font-size: 16px;
}
.home002-header .list li.active {
  color: #181f2e;
}
.home002-header .list li.active a {
  border-bottom: 2px solid #181f2e;
  font-weight: 600;
}
.home002-header .list li:hover a {
  color: #181f2e;
  font-weight: 600;
}
.home002-header .list li:hover a::before {
  width: 100%;
}
.home002-header .list a {
  padding: 0 10px;
  height: 105px;
  display: block;
  border-bottom: 2px solid transparent;
  position: relative;
}
.home002-header .list a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #181f2e;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s;
  overflow: hidden;
}
.banner-home {
  height: 800px;
}
.banner-home .swiper-slide {
  height: 800px;
}
.banner-home .swiper-slide .img {
  height: 800px;
}
.banner-home .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #fff;
  border-radius: 4px;
}
.home002-section-title {
  line-height: 1;
}
.home002-section-title h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Times New Roman';
}
.home002-section-title p {
  font-size: 28px;
  margin-top: 16px;
}
.mt-60 {
  margin-top: 60px;
}
/* **********产品 start********** */
.home002-section1 {
  padding: 90px 0 60px 0;
  background-color: #fff;
}
.home002-section1 .list {
  padding-left: 325px;
  width: 1300px;
}
.home002-section1 .list .item {
  float: left;
  width: 305px;
  height: 305px;
  border: 1px solid #d9d9d9;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.home002-section1 .list .item:hover .img img {
  transform: scale(1.2);
}
.home002-section1 .list .item:hover .goods-name {
  height: 50px;
}
.home002-section1 .list .img {
  width: 100%;
  height: 100%;
  line-height: 303px;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
}
.home002-section1 .list .img img {
  position: relative;
  vertical-align: middle;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}
.home002-section1 .list .goods-name {
  position: absolute;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  left: 0;
  background-color: #181f2e;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 16px;
  height: 0;
  transition: 0.5s;
  overflow: hidden;
  padding: 0 20px;
}
.home002-section1-menu {
  width: 305px;
  float: left;
  height: 630px;
  padding: 60px 0 0 40px;
  margin-bottom: 20px;
  background-image: url(../images/side-menu-bg.jpg);
  background-size: 100%;
  position: relative;
}
.home002-section1-menu > .link {
  position: absolute;
  left: 40px;
  bottom: 45px;
  color: #fff;
  opacity: 0.5;
  font-size: 16px;
}
.home002-section1-menu > .link:hover {
  opacity: 1;
}
.home002-section1-menu .position {
  width: 150px;
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
}
.home002-section1-menu .home002-side-list {
  position: absolute;
  top: 200px;
  left: 40px;
  width: 150px;
  color: #fff;
}
.home002-section1-menu .home002-side-list .item a {
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.home002-section1-menu .home002-side-list .item a:hover::before {
  width: 100%;
}
.home002-section1-menu .home002-side-list .item a:hover .icon-right {
  opacity: 1;
}
.home002-section1-menu .home002-side-list .item a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  overflow: hidden;
  transition: 0.5s;
  background-color: #fff;
}
.home002-section1-menu .home002-side-list .item .icon-right {
  opacity: 0;
  transition: 0.5s;
}
/* **********产品 end********** */
/* **********解决方案 start********** */
.home002-section2 {
  padding: 80px 0 70px 0;
  background-color: #f5f5f5;
}
.home002-section2 .list {
  width: 1303px;
  margin-top: 50px;
}
.home002-section2 .list .item {
  width: 412px;
  height: 450px;
  margin-right: 22px;
  float: left;
  position: relative;
}
.home002-section2 .list .item:hover .img img {
  transform: scale(1.2);
}
.home002-section2 .list .img {
  width: 412px;
  height: 412px;
  line-height: 412px;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
}
.home002-section2 .list .img img {
  position: relative;
  vertical-align: middle;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}
.home002-section2 .list .goods-name {
  position: absolute;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  text-align: center;
  left: 25px;
  right: 25px;
  bottom: 0;
  border-radius: 2px;
  padding: 0 20px;
}
.home002-section2-menu {
  float: right;
  line-height: 28px;
  padding-top: 52px;
}
.home002-section2-menu li {
  float: left;
  color: #8c8c8c;
}
.home002-section2-menu li:last-child a {
  padding-right: 0;
}
.home002-section2-menu li:hover {
  color: #181f2e;
}
.home002-section2-menu li a {
  padding: 0 16px;
}
/* **********案例 end********** */
/* **********宣传视频 start********** */
.home002-section3 {
  height: 660px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home002-section3 img {
  position: absolute;
  top: 360px;
  left: 50%;
  margin-right: -40px;
}
/* **********宣传视频 end********** */
/* **********关于我们 start********** */
.home002-section4 {
  background-color: #fff;
  padding: 100px 0 90px 0;
}
.home002-section4 .home002-info {
  float: right;
  width: 700px;
  padding-top: 76px;
}
.home002-section4 .home002-info h2 {
  padding-bottom: 40px;
  border-bottom: 3px solid #bcbcbc;
}
.home002-section4 .home002-info .home002-desc {
  padding-top: 50px;
  color: #595959;
  line-height: 1.2;
  font-size: 16px;
}
.home002-section4 .home002-info .home002-desc p {
  line-height: 1.5;
}
.home002-section4 .img-container {
  position: relative;
  float: left;
  width: 493px;
}
.home002-section4 .img-container .img {
  width: 460px;
  height: 760px;
  background-size: cover;
  background-position: center;
}
.home002-section4 .img-container .txt {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.home002-section4 .list {
  margin-top: 85px;
  border: 1px solid #d9d9d9;
  border-right: none;
}
.home002-section4 .list li {
  float: left;
  width: 25%;
  border-right: 1px solid #d9d9d9;
  height: 180px;
  text-align: center;
  padding-top: 50px;
}
.home002-section4 .list h4 {
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Impact';
}
.home002-section4 .list sup {
  font-size: 18px;
  font-weight: 400;
  vertical-align: text-top;
  line-height: 50px;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'SimHei', 'Arial', 'SimSun';
}
.home002-section4 .list sup sup {
  font-size: 12px;
  line-height: 12px;
}
/* **********关于我们 end********** */
/* **********合作伙伴 start********** */
.home002-section5 {
  background-color: #f5f5f5;
  padding: 90px 0 76px 0;
}
.home002-section5 .list {
  width: 1284px;
  margin-top: 50px;
}
.home002-section5 .list .item {
  float: left;
  width: 210px;
  margin-right: 4px;
  border: 1px solid #d9d9d9;
  height: 103px;
  line-height: 103px;
  overflow: hidden;
  background-color: #fff;
}
.home002-section5 .list .item:hover img {
  transform: scale(1.2);
}
.home002-section5 .list img {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: transform 0.5s;
}
/* **********合作伙伴 end********** */
/* **********新闻资讯 start********** */
.home002-section6 {
  padding: 90px 0;
  background-color: #fff;
}
.home002-section6 .list {
  margin-top: 60px;
  width: 1300px;
}
.home002-section6 .list .item {
  width: 305px;
  margin-right: 20px;
  height: 420px;
  position: relative;
  float: left;
}
.home002-section6 .list .item::before,
.home002-section6 .list .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.home002-section6 .list .item::before {
  z-index: 0;
  width: 100%;
  background-color: #d9d9d9;
}
.home002-section6 .list .item::after {
  width: 0;
  background-color: #181f2e;
  z-index: 10;
  overflow: hidden;
  transition: 0.5s;
}
.home002-section6 .list .item:hover::after {
  width: 100%;
}
.home002-section6 .list .item:hover .icon {
  color: #181f2e;
}
.home002-section6 .list .item:hover .img img {
  transform: scale(1.2);
}
.home002-section6 .list .item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.home002-section6 .list .icon {
  position: absolute;
  left: 8px;
  bottom: 0;
  line-height: 60px;
  color: #8c8c8c;
}
.home002-section6 .list .img {
  width: 305px;
  height: 230px;
  line-height: 305px;
  text-align: center;
  overflow: hidden;
}
.home002-section6 .list .img img {
  position: relative;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}
.home002-section6 .list .news-info {
  margin-top: 20px;
  padding: 0 8px;
}
.home002-section6 .list .news-title {
  height: 44px;
  line-height: 22px;
  font-size: 18px;
  overflow: hidden;
}
.home002-section6 .list .news-detail {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
}
/* **********新闻资讯 end********** */
